Welcome![Sign In][Sign Up]
Location:
Search - event class

Search list

[Windows Developsendsms

Description: VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handle, create thread 1 and 2, close the thread handle objects, the program sleep for 10 seconds, output variables, set the event object to signaled state, out of circulation.
Platform: | Size: 60416 | Author: squallyang | Hits:

[SCMAT89S52

Description: 串口编程源程序 及编程详细过程 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -Serial programming source code and programming details of the process 1. Establish the project 2. MSComm control insert in the project 3. CMSComm class using ClassWizard control variables defined in 4. Add controls in the dialog box 5. Add a serial port event message handler OnComm () 6. Open and set the serial port parameters 7. send data
Platform: | Size: 10240 | Author: 邹业 | Hits:

[CSharpAsynchronousSocket

Description: C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
Platform: | Size: 104448 | Author: ly | Hits:

[Chess Poker gameswuziqi

Description: 简单的五子棋代码,主要用了鼠标点击事件这个类,和判断胜负的代码。-Gobang simple code, the main event with a mouse click the class, and judge the outcome of the code.
Platform: | Size: 22528 | Author: 张俊敏 | Hits:

[FlashMXeventbubblebuttons

Description: The ButtonEventHandler class allows for timeline-based instances * (MovieClips) to receive button events and allows for those events to * bubble up to parent clips. This is contrary to normal button event * behavior (Buttons and MovieClips) which starts at the parent clip, or the * first parent clip with any kind of button event assigned to it, and prevents * any child clips from receiving any button events at all. * A list of all supported events are as follows:
Platform: | Size: 17408 | Author: kolyyn | Hits:

[Internet-NetworkNetSockets

Description: NetSockets 是一个.net类库,它提供了简单易用,多线程,基于事件,客户端和服务器端网络通信。 -NetSockets is a .NET class library that provides easy-to-use, multi-threaded, event-based, client and server network communication.
Platform: | Size: 142336 | Author: godghdai | Hits:

[TreeViewMFC-Tree-Control--using

Description: 网上找的非常基础的文章,测试发现当Single Expand property和Always Show Selection属性同时设置为TRUE时,Always Show Selection会失效,不知道这样的认识对不对?- MFC Tree controls are one of the useful controls to show a hierarchical view of items. They can show the folders list, any parent- child relationship items etc., CTreeCtrl is the class which handles all the MFC Tree Control related operations . It has all the necessary methods to Add MFC Tree control items, Retrieve selected items, Remove the items and other event handlers needed.
Platform: | Size: 10240 | Author: 李明 | Hits:

[Windows Develop2

Description: (1)定义四个类:CPU、RAM、CDROM、COMPUTER (2)具体要求 1,每个类定义构造函数和析构函数,如结果图输出 2,每个类分别定义run和stop接口函数 3,COMPUTER为组合类,包含CPU、RAM、CDROM的对象 4,主函数:定义一个COMPUTER对象,并调用run和stop CPU和RAM的run和stop事件由COMPUTER调用 -(1) defines four categories: CPU, RAM, CDROM, COMPUTER (2) the specific requirements of 1, the definition of each class constructor and destructor, as the results of Figure 2, the output of each class are defined interface functions run and stop 3 , COMPUTER for the combination of classes, including CPU, RAM, CDROM of the object 4, the main function: to define a COMPUTER object and call run and stop CPU and RAM, run and stop the event called by the COMPUTER
Platform: | Size: 603136 | Author: | Hits:

[JSP/JavaWinFrame

Description: java写的一个留言板,可供课程设计参考。 程序带有一个Access数据库。允许添加留言、删除留言、表情管理、翻页... import java.awt.* import java.awt.event.* import java.sql.* class dlg extends Frame{ Panel p1=new Panel() //East面板 Panel p2=new Panel() //South面板 Button bt1=new Button("清屏"),bt2=new Button("至顶"),bt3=new Button("至尾"),bt4=new Button("提交"),bt5=new Button("表情管理") TextArea show=new TextArea("留言内容:") //Center区域 TextField t1=new TextField(60) //输入框 Choice emoteing=new Choice() //表情下拉列表 int k //主界面表情ID String dirverName="sun.jdbc.odbc.JdbcOdbcDriver" //驱动名 String db="mydb.mdb" //数据库名 String url="jdbc:odbc:driver={Microsoft Access Driver (*.mdb)} DBQ="+db //数据源 Connection conn=null Statement stmt=null Dimension dim=getToolkit().getScreenSize() //获得屏幕大小 dlg(String str){ super(str) //设置窗口标题 setSize(800,600) //窗口大小 setResizable(false) choice_init() //表情初始-java for bbs
Platform: | Size: 12288 | Author: 陈路 | Hits:

[OS programadvanced-logging

Description: 事件记录类,可直接包含事件记录类,可支持文件和窗口输出两种事件记录方式-Event log category, including event logging class directly, support documents and windows event log output of two ways
Platform: | Size: 10240 | Author: aban | Hits:

[Othercsharpclass

Description: C#类设计手册 pdg,内容方面介绍:类在.NET中的作用、如何用C#创建各种类型的类、程序逻辑包装器的方法的基本功能、构造函数的作用和用法、对象的清理、NET中基于委托事件系统的工作原理、在类型中控制和利用继承功能-C# Class Design Handbook pdg, content description: class. NET' s role, how to use C# to create all types of classes, program logic wrapper method' s basic functions, the role and usage of the constructor, the object of clean-up, NET event systems based on commissioned works, the type of control and the use of inheritance ... ...
Platform: | Size: 5204992 | Author: huwei | Hits:

[ICQ-IM-Chatjavachat

Description: Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构,   当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。   QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users online, the program points and client service, a typical C/S structure, when the user sends the first request when the user login authentication, create a qq number and the server to maintain communication connection was the thread, thread start the communication, communication is completed, close the Scoket. QQ client login screen, the middle three JPanel, there is a window manager called tab. You can also update the buddy list, double-click the event in response to user and get the number of friends, to join the chat interface to the management class, set the password protection.
Platform: | Size: 58368 | Author: as | Hits:

[J2MEATF

Description: 列表List组件的使用、TextBox、Alert组件的使用、Form类中各组件的使用、Ticker对象的使用、Command的事件处理 -List List component uses, TextBox, Alert component to use, Form class, use the various components, Ticker object used, Command event handling
Platform: | Size: 35840 | Author: wj | Hits:

[J2METAG

Description: 本文件包含列表List组件的使用、TextBox、Alert组件的使用、Form类中各组件的使用、Ticker对象的使用和Command的事件处理 -List List component uses, TextBox, Alert component to use, Form class, use the various components, Ticker object used, Command event handling
Platform: | Size: 17408 | Author: wj | Hits:

[Windows DevelopTimeSensorDriverExample

Description: The Time Sensor sample demonstrates how to write a sensor driver (windows) that raises events. You can explore this code to learn how to keep track of connected client applications, manage report intervals, and send event notifications through the sensor class extension.
Platform: | Size: 108544 | Author: Ireneusz Zielinski | Hits:

[JSP/JavaKServeurF

Description: import java.awt.BorderLayout import java.awt.Color import java.awt.Graphics import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.MouseEvent import java.awt.event.MouseListener import java.awt.event.MouseMotionListener import java.util.Date import java.util.Vector import java.awt.* import javax.swing.JButton import javax.swing.JPanel import javax.swing.JTextField import javax.swing.JLabel /** La classe ZoneSaisirPointsAfficherSegments. */ public class ZoneSaisirPointsAfficherSegments extends JPanel { /** * */ private static final long serialVersionUID = 1L //static Chrono temps = new Chrono() /** Creation de la zone d affichage. */-import java.awt.BorderLayout import java.awt.Color import java.awt.Graphics import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.MouseEvent import java.awt.event.MouseListener import java.awt.event.MouseMotionListener import java.util.Date import java.util.Vector import java.awt.* import javax.swing.JButton import javax.swing.JPanel import javax.swing.JTextField import javax.swing.JLabel /** La classe ZoneSaisirPointsAfficherSegments. */ public class ZoneSaisirPointsAfficherSegments extends JPanel { /** * */ private static final long serialVersionUID = 1L //static Chrono temps = new Chrono() /** Creation de la zone d affichage. */
Platform: | Size: 25600 | Author: salim | Hits:

[ActiveX/DCOM/ATLMFCwindows-program-design-

Description: 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件驱动程序设计和MPC的基础知识文档/视图体系结构位图、调色板和区域多线程和线程同步MFC与组件对象模型(COM)ActiveX控件-" MFCWindows Programming" (2nd edition) (revised edition) not only expands the authority has been considered for WindowsAPI on Microsoft' s powerful exposition of C++ class library, but also added the COM, OLE and ActiveX content . " MFCWindows Programming" (2nd edition) (revised edition) of the author, JeffProsise, with its unique skills to the reader about the basic MFC programming concepts and the main technical re-interpretation of the 32-bit Windows platform in a rapid The perfect way to object-oriented development. " MFCWindows Programming" (2nd edition) (revised edition) covers the following topics: MPC event-driven programming and the basics of the document/view architecture, bitmaps, palettes, and regional multi-threading and thread synchronization with MFC components Object Model (COM) ActiveX Controls
Platform: | Size: 21558272 | Author: weio | Hits:

[JSP/JavaJAVAdayin

Description: Java的打印API主要存在于java.awt.print包中。而jdk1.4新增的类则主要存在于javax.print包及其相应的子包javax.print.event和javax.print.attribute中。其中javax.print包中主要包含打印服务的相关类-Java printing API mainly in java.awt.print package. The jdk1.4 new class is mainly present in the javax.print package and the corresponding sub-package javax.print.event and javax.print.attribute in. One of the main javax.print package contains classes related to printing services, and print the event javax.print.event contains relevant definitions, javax.print.attribute include printing services, list of available properties and so on.
Platform: | Size: 10240 | Author: 哈哈越来越好 | Hits:

[Graph programcaijian

Description: import java.awt.* import java.awt.event.* public class Counters extends Frame{ Panel panel TextField tf Button b[],add,sub,mul,div,cle, equ,dot,two,sqr,tsex Boolean isDot,operated,equaled double storedNumber char lastOperator
Platform: | Size: 8587264 | Author: 姚晓玲 | Hits:

[JSP/JavaEventDemo

Description: import java.awt.* import java.awt.event.* public class EventDemo{ public static void main(String[] args){ MyFrame frm=new MyFrame() frm.setVisible(true) // } } class MyFrame extends Frame{ MyFrame(){ addWindowListener(//第二步: 注册监听器 //匿名类,第一步与第三步合并: 通过匿名类省却了创建监听类,同时实现监听器中的一个方法 new WindowAdapter(){ public void windowClosing(WindowEvent e){ dispose() System.exit(0) }
Platform: | Size: 1024 | Author: 陈杰 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 »

CodeBus www.codebus.net